home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
451-475
/
disk_455
/
vlt
/
rexx
/
dialbix.scp
< prev
next >
Wrap
Text File
|
1992-05-06
|
509b
|
34 lines
# DialBix.scp
#
# This is a sample script to dial BIX through tymnet. Fill in the
# right parameters...
#
screengadgets off
lines 40
parity none
echo on
send "ATDT --- ----*R" # Put phone number here
wait "~"
delay 1
emit "a"
send "a"
on "Name" goto rest
loop:
wait "in:"
delay 2
send "*X08bix*R" # *X08 -> set tymnet up for local echo.
emit "*X08bix*R"
goto loop
rest:
send "---------*R" # Your account name
emit "---------*R"
beep
exit quiet # You'll have to type your password yourself.